home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10699 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: solon.com!not-for-mail
  2. From: seebs@solutions.solon.com (Peter Seebach)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Converting Strings to Upper Case
  5. Date: 19 Mar 1996 09:09:35 -0600
  6. Organization: Usenet Fact Police (Undercover)
  7. Message-ID: <4iminf$f67@solutions.solon.com>
  8. References: <4ifra6$52i@scipio.cyberstore.ca> <4ihl4m$4ca@castle.nando.net> <NEWTNews.827184423.14391.breese@PC_Breese.physio-control> <314eb83f.308884702@nntp.ix.netcom.com>
  9. NNTP-Posting-Host: solutions.solon.com
  10.  
  11. In article <314eb83f.308884702@nntp.ix.netcom.com>,
  12. Mike Rubenstein <miker3@ix.netcom.com> wrote:
  13. >Brian Reese <breese@kahuna> wrote:
  14. >>     char * test = "my test string";
  15.  
  16. >>     printf( "%s\n", strtoupper( test ) );
  17.  
  18. >Not a very good offering.  There are two obvious problems in your
  19. >example.
  20.  
  21. Three, rather; he also modifies a string literal, which is also not allowed.
  22.  
  23. -s
  24. -- 
  25. Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
  26. C/Unix wizard -- C/Unix questions? Send mail for help.  No, really!
  27. FUCK the communications decency act.  Goddamned government.  [literally.]
  28. The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
  29.